home *** CD-ROM | disk | FTP | other *** search
- -- background: 2694 from stack: in
- -- bmap block id: 90663
- -- flags: 4000
- -- background id: 0
- -- name: Fortune
- ----- HyperTalk script -----
- on mouseUp
- if the number of cards > the number of card "Control Card" then
- visual effect dissolve
- go to card randomCardNumber()
- end if
- end mouseUp
-
- on openBackground
- push recent card
- end openBackground
-
-
- -- part 1 (field)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=47 top=77 right=303 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Your Fortune
-
-
- -- part 2 (field)
- -- low flags: 80
- -- high flags: 0004
- -- rect: left=272 top=2 right=23 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Category
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=7 top=4 right=26 bottom=43
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- go to home
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=55 top=1 right=30 bottom=88
- -- title width / last selected line: 0
- -- icon id / first selected line: 2478 / 2478
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Info Button
- ----- HyperTalk script -----
- on mouseUp
- go to card id 112488
- end mouseUp
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=101 top=6 right=22 bottom=127
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go to Control Card
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to card "Control Card"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=143 top=0 right=24 bottom=165
- -- title width / last selected line: 0
- -- icon id / first selected line: 6720 / 6720
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- pop card
- end mouseUp
-
-